home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / archivers / sharutils-4.1.lha / SharUtils-4.1 / src / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-12-08  |  4.0 KB  |  143 lines

  1. /* config.h.  Generated automatically by configure.  */
  2. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  3.  
  4. /* Define if on AIX 3.
  5.    System headers sometimes define this.
  6.    We just want to avoid a redefinition error message.  */
  7. #ifndef _ALL_SOURCE
  8. /* #undef _ALL_SOURCE */
  9. #endif
  10.  
  11. /* Define if using alloca.c.  */
  12. /* #undef C_ALLOCA */
  13.  
  14. /* Define if type char is unsigned and you are not using gcc.  */
  15. /* #undef __CHAR_UNSIGNED__ */
  16.  
  17. /* Define if the closedir function returns void instead of int.  */
  18. /* #undef CLOSEDIR_VOID */
  19.  
  20. /* Define to empty if the keyword does not work.  */
  21. /* #undef const */
  22.  
  23. /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
  24.    This function is required for alloca.c support on those systems.  */
  25. /* #undef CRAY_STACKSEG_END */
  26.  
  27. /* Define if you have alloca, as a function or macro.  */
  28. #define HAVE_ALLOCA 1
  29.  
  30. /* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
  31. /* #undef HAVE_ALLOCA_H */
  32.  
  33. /* Define if you don't have vprintf but do have _doprnt.  */
  34. /* #undef HAVE_DOPRNT */
  35.  
  36. /* Define if you have the strftime function.  */
  37. #define HAVE_STRFTIME 1
  38.  
  39. /* Define if your struct tm has tm_zone.  */
  40. #define HAVE_TM_ZONE 1
  41.  
  42. /* Define if you don't have tm_zone but do have the external array
  43.    tzname.  */
  44. /* #undef HAVE_TZNAME */
  45.  
  46. /* Define if you have the vprintf function.  */
  47. #define HAVE_VPRINTF 1
  48.  
  49. /* Define if on MINIX.  */
  50. /* #undef _MINIX */
  51.  
  52. /* Define if the system does not provide POSIX.1 features except
  53.    with this defined.  */
  54. /* #undef _POSIX_1_SOURCE */
  55.  
  56. /* Define if you need to in order for stat and other things to work.  */
  57. /* #undef _POSIX_SOURCE */
  58.  
  59. /* Define to `unsigned' if <sys/types.h> doesn't define.  */
  60. #define size_t unsigned
  61.  
  62. /* If using the C implementation of alloca, define if you know the
  63.    direction of stack growth for your system; otherwise it will be
  64.    automatically deduced at run-time.
  65.     STACK_DIRECTION > 0 => grows toward higher addresses
  66.     STACK_DIRECTION < 0 => grows toward lower addresses
  67.     STACK_DIRECTION = 0 => direction of growth unknown
  68.  */
  69. /* #undef STACK_DIRECTION */
  70.  
  71. /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
  72. /* #undef STAT_MACROS_BROKEN */
  73.  
  74. /* Define if you have the ANSI C header files.  */
  75. /* #undef STDC_HEADERS */
  76.  
  77. /* Define if your <sys/time.h> declares struct tm.  */
  78. /* #undef TM_IN_SYS_TIME */
  79.  
  80. /* Define if the current hostname may be found in /etc/systemid.  */
  81. /* #undef HAVE_ETC_SYSTEMID */
  82.  
  83. /* Define to the name of the distribution.  */
  84. #define PRODUCT "sharutils"
  85.  
  86. /* Define to 1 if ANSI function prototypes are usable.  */
  87. #define PROTOTYPES 1
  88.  
  89. /* Define to the version of the distribution.  */
  90. #define VERSION "4.1"
  91.  
  92. /* Define to 1 for better use of the debugging malloc library.  See 
  93.    site ftp.antaire.com in antaire/src, file dmalloc/dmalloc.tar.gz.  */
  94. /* #undef WITH_DMALLOC */
  95.  
  96. /* Define if you have the basename function.  */
  97. /* #undef HAVE_BASENAME */
  98.  
  99. /* Define if you have the fchmod function.  */
  100. #define HAVE_FCHMOD 1
  101.  
  102. /* Define if you have the getcwd function.  */
  103. #define HAVE_GETCWD 1
  104.  
  105. /* Define if you have the memcpy function.  */
  106. #define HAVE_MEMCPY 1
  107.  
  108. /* Define if you have the strchr function.  */
  109. #define HAVE_STRCHR 1
  110.  
  111. /* Define if you have the strerror function.  */
  112. #define HAVE_STRERROR 1
  113.  
  114. /* Define if you have the uname function.  */
  115. /* #undef HAVE_UNAME */
  116.  
  117. /* Define if you have the <dirent.h> header file.  */
  118. #define HAVE_DIRENT_H 1
  119.  
  120. /* Define if you have the <limits.h> header file.  */
  121. #define HAVE_LIMITS_H 1
  122.  
  123. /* Define if you have the <memory.h> header file.  */
  124. #define HAVE_MEMORY_H 1
  125.  
  126. /* Define if you have the <ndir.h> header file.  */
  127. /* #undef HAVE_NDIR_H */
  128.  
  129. /* Define if you have the <string.h> header file.  */
  130. #define HAVE_STRING_H 1
  131.  
  132. /* Define if you have the <sys/dir.h> header file.  */
  133. /* #undef HAVE_SYS_DIR_H */
  134.  
  135. /* Define if you have the <sys/ndir.h> header file.  */
  136. /* #undef HAVE_SYS_NDIR_H */
  137.  
  138. /* Define if you have the <sys/wait.h> header file.  */
  139. #define HAVE_SYS_WAIT_H 1
  140.  
  141. /* Define if you have the <unistd.h> header file.  */
  142. #define HAVE_UNISTD_H 1
  143.